object VimSessionAbout: TVimSessionAbout Left = 238 Top = 104 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 273 ClientWidth = 373 Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 20 object Panel1: TPanel Left = 10 Top = 10 Width = 351 Height = 215 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object VIMVCL: TLabel Left = 10 Top = 20 Width = 97 Height = 16 Alignment = taCenter Caption = 'VIMVCL 32-bit' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 10 Top = 50 Width = 66 Height = 16 Alignment = taCenter Caption = 'Version 3' Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 10 Top = 80 Width = 217 Height = 18 Alignment = taCenter Caption = 'Copyright 1995, 1996 Mike Gee' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False IsControl = True end object Label2: TLabel Left = 10 Top = 120 Width = 327 Height = 68 Alignment = taCenter Caption = 'This software is shareware and will only function from within th' + 'e Delphi IDE. Please see the online help for details of cost and' + ' registration methods.' Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object ProgramIcon: TImage Left = 10 Top = 10 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end end object OKButton: TBitBtn Left = 139 Top = 231 Width = 96 Height = 33 Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end end